home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000184_news@columbia.edu_Mon Jan 16 19:41:54 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18196
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 16 Jan 1995 14:42:01 -0500
  3. Received: by apakabar.cc.columbia.edu id AA07579
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 16 Jan 1995 14:41:58 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.tcp-ip,comp.protocols.kermit.misc
  8. Subject: Re: xyz-modem through tcp-ip
  9. Date: 16 Jan 1995 19:41:54 GMT
  10. Organization: Columbia University
  11. Lines: 32
  12. Message-Id: <3fei62$7cn@apakabar.cc.columbia.edu>
  13. References: <3feaq7$4aa@news.doit.wisc.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Xref: news.columbia.edu comp.protocols.tcp-ip:29197 comp.protocols.kermit.misc:1624
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <3feaq7$4aa@news.doit.wisc.edu>,
  19. Jong-Min Park <jong-min@cae.wisc.edu> wrote:
  20. >I am having trouble sending/receiving files using x/y/z-modem transfer
  21. >on tcp-ip. Here is my setup:
  22. >    kermit to connect to a tcp-ip host
  23. >    use sz/rz to send/receive files
  24. >
  25. >The remote host doesn't have ftp, but allows kermit and x/y/z-modem
  26. >transfer. Kermit transfer is too slow (45 cps) on the tcp-ip.
  27. >
  28. You have observed that Kermit works, but it is slow, whereas x/y/z-modem
  29. do not work.  You conclude that if x/y/z-modem could be somehow taught
  30. to work, they would be fast, while Kermit would remain slow.  
  31.  
  32. Kermit can be as fast as or faster than any of the other protocols when
  33. tuned for speed.  This is explained at length in the appropriate manuals
  34. ("Using MS-DOS Kermit", "Using C-Kermit", etc), and in our new FAQ, which
  35. you can find at:
  36.  
  37.   ftp://kermit.columbia.edu/kermit/FAQ.TXT
  38.  
  39. Kermit's defaults are deliberately conservative to maximize the chance
  40. that it will work on any given connection, even if it works slowly, as you
  41. have seen.
  42.  
  43. The defaults of X/Y/Z-modem, on the other hand, are set for speed at the
  44. expense of robustness, as you have also seen.
  45.  
  46. I'd recommend you spend a couple minutes reading up on how to make Kermit
  47. transfers go fast.
  48.  
  49. - Frank